From: Eli Zaretskii Date: Mon, 29 Dec 2003 12:40:16 +0000 (+0000) Subject: (auto-revert-interval): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~24697 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7c92dba48a5ce43ba9f63fc7b4b09706fc6a3445;p=emacs.git (auto-revert-interval): Doc fix. --- diff --git a/lisp/autorevert.el b/lisp/autorevert.el index f366d5c7547..fac91332a5e 100644 --- a/lisp/autorevert.el +++ b/lisp/autorevert.el @@ -97,7 +97,10 @@ Never set this variable directly, use the command `auto-revert-mode' instead.") (put 'auto-revert-mode 'permanent-local t) (defcustom auto-revert-interval 5 - "Time, in seconds, between Auto-Revert Mode file checks." + "Time, in seconds, between Auto-Revert Mode file checks. +Setting this variable has no effect on buffers that are already in +auto-revert-mode; it only affects buffers that are put into +auto-revert-mode afterwards." :group 'auto-revert :type 'integer)